enumeration types meaning in Chinese
枚举类型
Examples
- Do not use enum as a suffix on enumeration types
不要将enum用作枚举类型的后缀。 - And select an enumeration type from the list
,然后从列表中选择一个枚举类型。 - Enumeration types may be used in a switch statement
枚举类型可用于switch语句中。 - Can be used on values of an enumeration type
的继承方法和属性可用于枚举类型的值。 - Converts between a string and an enumeration type
在字符串和枚举类型之间进行转换。